home *** CD-ROM | disk | FTP | other *** search
- property whichEvent, whichurl
-
- on mouseUp me
-
- if whichEvent = #mouseup then init me
- end if
- end
-
- on init me
- gotoNetPage the whichurl of me
- end
-
-
- ---
-
- on getPropertyDescriptionList
- set p_list = [ #Whichurl:[ #comment: "URL:", #format: #string, #default: "http:// " ], #WhichEvent: [ #comment: "Initializing Event:", #format: #symbol, #range: [ #MouseUp], #default: #MouseUp ] ]
- return p_list
- end
-
-